* gtk/gtkcontainer.c (_gtk_container_queue_resize): Acknowledge the fact that invariants are broken and loop all the way up to the resize container.
+2004-10-12 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): Acknowledge
+ the fact that invariants are broken and loop all the way up to
+ the resize container.
+
Tue Oct 12 17:11:02 2004 <timj@birnet.org>
* gtk/gtkwidget.c (gtk_widget_set_usize_internal): don't queue the
+2004-10-12 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): Acknowledge
+ the fact that invariants are broken and loop all the way up to
+ the resize container.
+
Tue Oct 12 17:11:02 2004 <timj@birnet.org>
* gtk/gtkwidget.c (gtk_widget_set_usize_internal): don't queue the
+2004-10-12 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): Acknowledge
+ the fact that invariants are broken and loop all the way up to
+ the resize container.
+
Tue Oct 12 17:11:02 2004 <timj@birnet.org>
* gtk/gtkwidget.c (gtk_widget_set_usize_internal): don't queue the
+2004-10-12 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): Acknowledge
+ the fact that invariants are broken and loop all the way up to
+ the resize container.
+
Tue Oct 12 17:11:02 2004 <timj@birnet.org>
* gtk/gtkwidget.c (gtk_widget_set_usize_internal): don't queue the
widget = GTK_WIDGET (container);
resize_container = gtk_container_get_resize_container (container);
- while (!GTK_WIDGET_ALLOC_NEEDED (widget) || !GTK_WIDGET_REQUEST_NEEDED (widget))
+ while (TRUE)
{
GTK_PRIVATE_SET_FLAG (widget, GTK_ALLOC_NEEDED);
GTK_PRIVATE_SET_FLAG (widget, GTK_REQUEST_NEEDED);